projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f1f0c
)
GtkCellRendererPixbufPrivate: Improve struct packing
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:30:36 +0000
(12:30 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 12 Apr 2011 16:30:36 +0000
(12:30 -0400)
gtk/gtkcellrendererpixbuf.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcellrendererpixbuf.c
b/gtk/gtkcellrendererpixbuf.c
index f50b3aeee9d6322191f368ccc6a28332f19f1c58..8c222ffea12b5e9dee75e9ea21e9445b70d3dffb 100644
(file)
--- a/
gtk/gtkcellrendererpixbuf.c
+++ b/
gtk/gtkcellrendererpixbuf.c
@@
-88,14
+88,14
@@
enum {
struct _GtkCellRendererPixbufPrivate
{
- GtkIconSize stock_size;
-
GdkPixbuf *pixbuf;
GdkPixbuf *pixbuf_expander_open;
GdkPixbuf *pixbuf_expander_closed;
GIcon *gicon;
+ GtkIconSize stock_size;
+
gboolean follow_state;
gchar *stock_id;